Restore the original triple split.
authorWill Andrews <will@firepipe.net>
Tue, 2 Jun 2015 20:40:37 +0000 (14:40 -0600)
committerWill Andrews <will@firepipe.net>
Tue, 2 Jun 2015 20:40:37 +0000 (14:40 -0600)
src/etc/dl-snapshot.py

index bf18bb71c8cfa1b49475481c094ece81123d06b5..4399229b8f177044226a42d40a02313b2270aa6a 100644 (file)
@@ -34,7 +34,7 @@ with open('src/snapshots.txt') as f:
 date = snaps.keys()[0]
 triple = sys.argv[1]
 
-ts = triple.split('-', 2)
+ts = triple.split('-')
 arch = ts[0]
 
 if (arch == 'i586') or (arch == 'i386'):